Use PEGetSectionFormat to retrieve the section format settings for selected sections in the specified report and supply them as member values for PESectionOptions. Use this function in order to update the section formats and pass them back using PESetSectionFormat.
BOOL CRPE_API PEGetSectionFormat (
short printJob,
short sectionCode,
PESectionOptions FAR *options );
Specifies the print job that you want to query to determine what report section options have been set using the Format Section dialog box. | |
Specifies theSection Codes, for the report section(s) for which you want to get section format information. See Working with section codes. | |
Specifies a pointer to PESectionOptions. |
Declare Function PEGetSectionFormat Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionCode As Integer,
Options As PESectionOptions ) As Integer
function PEGetSectionFormat (
printJob: Word;
sectionCode: integer;
var options: PESectionOptions
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |